home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / GNU_KIT / DISK7.ZIP / gnu / man / man1 / sleep.1 < prev    next >
Encoding:
Text File  |  1991-11-13  |  569 b   |  67 lines

  1.  
  2.  
  3.  
  4. SLEEP(1L)                                               SLEEP(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      sleep - delay for a specified amount of time
  10.  
  11. SYNOPSIS
  12.      sleep number[smhd]...
  13.  
  14. DESCRIPTION
  15.      This manual page documents the GNU version of sleep.  sleep
  16.      pauses for an amount of time specified by the sum of the
  17.      values of the command line arguments.  Each argument is a
  18.      number followed by an optional unit; the default is seconds.
  19.      The units are:
  20.  
  21.      s    seconds
  22.  
  23.      m    minutes
  24.  
  25.      h    hours
  26.  
  27.      d    days
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.